-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Push Notification provider configuration related APIs #776
base: master
Are you sure you want to change the base?
Conversation
application/json: | ||
schema: | ||
$ref: '#/components/schemas/Error' | ||
"405": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the 405
"401": | ||
description: Unauthorized | ||
"403": | ||
description: Forbidden |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the error body
provider: FCM | ||
properties: | ||
- key: FCM.serviceAccount | ||
value: {"FCMUrl": "UrlValue"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value: {"FCMUrl": "UrlValue"} | |
value: "UrlValue" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update other similar examples
application/json: | ||
schema: | ||
$ref: '#/components/schemas/Error' | ||
"405": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do the same for other places
"401": | ||
description: Unauthorized | ||
"403": | ||
description: Forbidden |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the response body
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do the same for other places
5d097c9
to
f9b4ecb
Compare
This PR will introduce the admin APIs to configure Push Notification provider configurations.